body{
    width: 100% !important ;
    /*background-color: #F3F5F7;*/
    background-color: #FFF;
}
.header {
    float: left;
    background-color: #33383B;
    width: 100%;
    height: 56px;
    text-align: center;
}
#footer{
  background-color: #33383B; 
  width: 100%;
  height: 16rem;
  color:#8D909B;
  padding-top: 2rem;
  padding-left: 23%;

 
}
#footer>div.row{
    width: 81%;
    /*text-align: center;*/
      /*display: flex;*/
  /*justify-content: space-between;*/

}
#footer p{
    width: 93%;
    text-align: center;
    color: #FFF;
}
#footer a{
  color:#8D909B;
  font-size: 14px;
}
#footer a:hover{
  color:#39A3CB;
}
#footer h5{
    font-size: 17px;
    color:#f2f2f2;
}
/*#footer h5:before{
    content: '';
    position: absolute;
    top: 6%;
    background: #f2f2f2;
    width: 8%;
    height: 1px;
    left: -6%;
}
#footer h5:after{
    content: '';
    position: absolute;
    top: 6%;
    background: #f2f2f2;
    width: 8%;
    height: 1px;
    left: 22%;
}*/
#footer ul{
    text-align: left
}
#normal-header{
    position: relative;
}
#normal-header>img{
    position:absolute;
    left: 42%;
    width: 170px; 
}
#normal-header nav{
    padding-right: 1rem;
    width: 1600px;
    margin-left: auto;
    margin-right: auto;
    line-height: 0px;
}
#normal-header a{
    color:#000;
}
#normal-header a:hover{
    color:#F99301;;
}
#normal-header a.dropdown-item:hover{
    color:#39A3CB
}
#big-images{
    margin:5rem 0rem;
    margin-top: 2.6rem;
    /* background-color:#39A3CB; */
    margin-bottom: 0;
    padding:0rem;
    height: 100%;
    text-align: center;
}
#carouselExampleInterval{
    width: 100%;
}
#carouselExampleInterval img{
    height: 30rem;
}
#clother-inst{
    margin-top:2rem;
    text-align: center;
   
}
#clother-inst .col-4 .card{
    background-color:#EDEDED;
}
#clother-inst .col-4 .card .card-img-top{
    padding: 1rem;
}
#clother-inst .col-4 .card>img:nth-child(2){
    width: 30%;
    position: absolute;
    left: 71%;
    top: 0.5%;
}
#clother-inst .card-header{
    margin: 1rem;
    border: 0;
    background-color:#33383B;
    color:#F2F2F2;
    font-size: 20px;
    font-weight: 500;
    text-align: left;
}
#clother-inst .card-text{
    text-align: left;
    line-height: 1.9rem;
}
#clother-inst a.btn-primary,
.search-btn,
#show .showsome>.col-3 a.btn-primary,
#assess>div>div>div>h2>button
{
    border: 2px solid #39A3CB;
    height: 38px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    background-color:#39A3CB
}
#assess>div>div>div>h2>button.good-assess{
    background-color:#FFBF44;
    border:2px solid #FFBF44;
}
#assess>div>div>div>h2>button.bad-assess{
    background-color:#E36E68;
    border:2px solid #E36E68;
}

#clother-inst a.btn-primary{
    float: left;
}
#clother-inst a.btn-primary:hover{
    text-decoration: underline
}
#new .card,
#clother-inst .col-4 .card,
#new .card-header,
#new .card-footer

{
    border:0;
    background-color: #F3F5F7;
}
#new .card-header{
   color:#39A3CB;
   display: flex;
   justify-content: space-between;
   background-color: #fff;
   border-bottom: 2px solid #F3F3F4;
}
#new .card-title,
#new .card-footer>p>a:first-child
{
    font-size: 16px;
    color:#666666;
    font-weight: 500
}
#new .card-body{
    padding-top:0.6rem;
}
#new .card-text,
#new .card-footer>p,
#new .card-footer>p>a:first-child
{
    font-size: 14px;
}
#new .card-footer>p>a:first-child:hover,
#new .card-header>a:hover
{
    color:#BD2D30;
    text-decoration: underline;
}
#new .card-footer>p>a:nth-child(2):hover{
    color:#39A3CB;
    text-decoration: underline;
}
#new .card-footer>p{
    margin: 0
}
#new .card-footer>p>a:first-child{
    padding-right:4px;
}
#show .jumbotron{
    width: 97%;
    margin-left: 1.5%;
    padding-left: 1rem;
    /*background-color:#F7F7F7;*/
    background-color: #fff;
    padding-top: 2rem;
    padding-bottom: 2rem;
    border:4px dashed #D8D8D8;
    /*box-shadow: 2px 4px 6px #D8D8D8;*/
}
#show .display-4{
    text-align: center
}
#show .showsome>.col-3{
    padding-right: 0
}
#show .nav-tabs{
    margin-bottom: 1rem;
    border-bottom: 3px solid #39A3CB;
}
#show .nav-tabs .nav-link.active{
    color: #fff;
    background-color: #39A3CB;
    border-bottom: 3px solid #39A3CB;
    border-radius: 0px;
    border-left: 0px;
    width: 130px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 3px;
}
#show .card-title>span:nth-child(2){
    text-decoration: line-through;
    padding-left:1rem;
    color:#999999;
    font-size: 14px;
}
#show .card-text{
    font-size: 15px;
    color:#666666;
}
#show a {
    color: #39A3CB;
    text-decoration: none;
    background-color: transparent;
    width: 130px;
    text-align: center;
}
#show a:hover{
    color: #BD2D30;
}
#show-inst{
    background-color:#FFA523;
    border:0;
    font-size: 18px;
}
#school .carousel-item{
    display: flex;
    justify-content: space-around;
}
#school li{
    /*border:1px solid #D8D8D8;*/
    /*box-shadow: 2px 4px 6px #D8D8D8;*/
    padding: 1rem;
    width: 97%;
    margin-left:1.5%;
    background-color: #fff;
}

#school li div.media-body{
    color:#666666;
}
#school li h5{
    font-weight: 600;
    color:#000000;
}
#carouselExampleInterval img{
    height: auto
}
.icon-gesture_dragtop{
    font-size:35px !important;
    color:#39A3CB;
}
#footer .top{
   position: absolute;
   right: 2rem;
    /* top: -2rem; */
  margin-top: 2rem;
}

.key_search {
  border-radius: 20px;
}

.key_search_btn {
  position: relative;
  border-radius: 20px;
  margin-left: 10px;
  width: 40px;
  height: 40px;
}

.school_hezuo_detail {
  color: #979DAF;
  margin-top: 10px;
}

.new_main {
  margin-top: 15px;
    /*padding-left: 20px;*/
    /*padding-right: 20px;*/
}

.new_all {
  background-color: #fff;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 40px;
}

#normal-header .icon-icon-test {
    font-size: 20px;
    position: absolute;
    left: 0.6rem;
    top: 0.2rem;
}
/* 404 */
.error {
	padding: 8% 0 10% 0;
	text-align: center;
}
.err-btn a {
	color: #fff;
	background: #39a3cb;
	padding: 1em 2em;
    border-radius: 0.3em;
    transition: background 0.5s;
}
.err-btn a:hover {
	background:#BD2D30;
	text-decoration:underline;
	/* transition: 0.5s all; */
}
.error-text h3{
	font-size: 14em;
	font-weight:700;
	margin:0;
	color:#34373c;
}
.error-text p {
	font-size: 2.5em;
	font-weight: 400;
	color: #34373c;
}
.err-btn {
	margin-top: 6%;
}
.icon-rili,
.endtime
{
    color:#04B2C9 !important;
    position: absolute;
    top: 6.5rem;
    left: 45rem;
}
.endtime{
    left: 69.5rem;
}
.gamelist>.row:first-child>div.col-xs-6>div.row>div{
    border-right:1px solid #f6f6f6 ;
}
.gamelist>.orderline{
    border-right:0 ;
}

.gamelist>.row:first-child{
    border:0;
}

.orderlist{
    height:auto!important;
    border:0 !important;
}
.changesuc{
    padding-left:2rem;
}
.icon-gouwuche{
    font-size: 30px!important;
}

.contactus{
    margin-top:2rem;
    box-shadow:2px 2px 5px #888888;
}
#second-form{
    padding:1rem 0rem;
}
.no-padding {
    padding: 0;
}
.container-fluid {
    margin-right: auto;
    margin-left: auto;}
.col-md-6,.col-sm-6,.col-xs-12{
    position: relative;
    min-height: 1px
}
.contact-us .contact-detail {
    padding-top: 5.5rem;
}
.contact-us .section-header {
    margin-bottom: 30px;}
        
.section-header {
    margin-bottom: 55px;
    text-align: center;
    position: relative;
}
.contact-us .section-header h3 {
    font-size: 22px;
    letter-spacing: 0.88px;
    line-height: 26px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.section-header h3 {
    color: #333;
    /* font-size: 32px; */
    /* line-height: 24px; */
    /* letter-spacing: 1.28px; */
    margin-top: 0;
    /* margin-bottom: 15px; */
    /* text-transform: capitalize; */
}
.contact-us .section-header p {
    color: #777;
    margin-bottom: 0;
    text-transform: capitalize;
}

.section-header p {
    /* color: #777; */
    font-size: 13px;
    letter-spacing: 0.52px;
    line-height: 24px;
    /* margin-bottom: 15px; */
    position: relative;
    /* text-transform: uppercase; */
}
p {
    margin: 0 0 10px;
}
.contact-us .contact-detail .contact-info {
    margin-bottom: 40px;
    text-align: center;
}
.contact-us .contact-detail .contact-info i {
    border: 1px solid #b6795f;
    border-radius: 100%;
    color: #b6795f;
    display: inline-block;
    font-size: 20px;
    height: 45px;
    width: 45px;
    line-height: 45px;
    margin-bottom: 15px;
}


.contact-us .contact-detail .contact-info p {
    color: #333;
    line-height: 26px;
    letter-spacing: 0.28px;
    margin-bottom: 0;
}
.contact-us .contact-detail .contact-info a {
    color: #333;
    display: block;
}

a {
    outline: 0 !important;
}
a {
    /* color: #337ab7; */
    text-decoration: none;
}
a {
    background-color: transparent;
}
.contact-us .contact-detail .social {
    padding-left: 0;
    margin-bottom: 0;
    text-align: center;
}

.contact-us .form-detail {
    display: inline-block;
    width: 100%;
}
.contact-us .form-detail {
    background-color: #f1f1f1;
    padding: 68px 40px;
}
.contact-us .section-header {
    margin-bottom: 30px;
}
.section-header {
    margin-bottom: 55px;
    text-align: center;
    position: relative;
}
.contact-us .section-header h3 {
    font-size: 22px;
    letter-spacing: 0.88px;
    line-height: 26px;
    margin-bottom: 10px;
    /* text-transform: uppercase; */
}
.contact-us .form-detail .form-control {
    background-color: transparent;
    border-color: #e6e6e6;
    border-radius: 0;
    box-shadow: none;
    height: auto;
    letter-spacing: 0.56px;
    padding: 12px 15px;
}
.contact-us .form-group button {
    margin-top:6rem;
    background-color: transparent;
    border: 1px solid #b6795f;
    color: #b6795f;
    font-size: 14px;
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none;
    padding: 12px 0;
    letter-spacing: 0.56px;
    width: 100%;
    -webkit-transition: all 1s ease 0s;
}
.contact-us .form-group button:hover {
    background-color: #b6795f;
    color: #fff;
}
::-webkit-input-placeholder { /* WebKit browsers */
    color: #999;
    font-size: 12px;
  }
::-moz-placeholder { /* Mozilla Firefox 19+ */
color: #999;
font-size: 12px;
}


:-ms-input-placeholder { /* Internet Explorer 10+ */
color: #999;
font-size: 12px;
}   
